A. ASP.NET is a major upgrade over ASP
B. ASP+ and ASP.NET refer to the same thing
C. ASP.NET applications run without a Web Server
D. None of these
Advertisement
Related Mcqs:
- In ASP.NET if one wants to maintain session then which of the following is used ?
- A. Microsoft SQL Server B. Session State Service C. In-process storage D. All of the above...
- Which of the following authentication is best suited for a corporate network ?
- A. User B. Table C. Form D. Windows...
- Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
- A. To create a customized control that needs to display data in a tabular fashion B. To create and populate a Table in Design view C. To create and populate a Table with images D. To display a tabular result set...
- Which of the following languages can be used to write server side scripting in ASP.NET?
- A. VB B. C-sharp C. Both A and B D. C++...
- Which of the following transfer execution directly to another page ?
- A. Response.Redirect B. Server.Transfer C. Both A and B D. None of these...
- Which of the following ASP.NET object encapsulates the state of the client ?
- A. Application object B. Session object C. Server object D. Response object...
- Which of the following is faster and consume lesser memory ?
- A. SQLDataReader B. Data Set C. Both A and B D. None of these...
- Which of the following languages can be used to write server side scripting in ASP.NET ?
- A. Visual Basic B. C C. C# D. All of the above...
- Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?
- A. Lock() B. ThreadLock C. Synchronize() D. Synchronize...
- Which of the following allow writing formatted output ?
- A. Response.Output.Write() B. Response.Write() C. Both A and B D. None of these...
Advertisement